summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ncm/ncm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/ncm/ncm.cpp')
-rw-r--r--src/core/hle/service/ncm/ncm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/ncm/ncm.cpp b/src/core/hle/service/ncm/ncm.cpp
index 5ab24dc34..650666d6b 100644
--- a/src/core/hle/service/ncm/ncm.cpp
+++ b/src/core/hle/service/ncm/ncm.cpp
@@ -4,7 +4,7 @@
#include <memory>
#include "core/file_sys/romfs_factory.h"
-#include "core/hle/ipc_helpers.h"
+#include "core/hle/service/ipc_helpers.h"
#include "core/hle/service/ncm/ncm.h"
#include "core/hle/service/server_manager.h"
#include "core/hle/service/service.h"